Skip to content

TimeInterval(T, TimeSpan) constructor

Defined in

Type: TimeInterval Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public TimeInterval(T value, TimeSpan interval)

Summary: Constructs a time interval value.

Parameters

NameTypeDescription
valueTThe value to be annotated with a time interval.
intervalTimeSpanTime interval associated with the value.